home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef Unit7H
- #define Unit7H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm7 : public TForm
- {
- __published: // IDE 管理のコンポーネント
- TGroupBox *GroupBox1;
- TButton *Button1;
- TLabel *Label3;
- TButton *Button4;
- TLabel *Label4;
- TButton *Button5;
- TGroupBox *GroupBox2;
- TShape *Shape1;
- TButton *Button2;
- TButton *Button6;
- TGroupBox *GroupBox3;
- TEdit *Edit1;
- TButton *Button3;
- TButton *Button7;
- TButton *Button8;
- TButton *Button9;
- TButton *Button10;
- TLabel *Label1;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall Button8Click(TObject *Sender);
- void __fastcall Button9Click(TObject *Sender);
- void __fastcall Button10Click(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button4Click(TObject *Sender);
- void __fastcall Button5Click(TObject *Sender);
- void __fastcall Button6Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button7Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
- TShiftState Shift);
- private: // ユーザー宣言
- TColor __fastcall getNewColor(Classes::TComponent* AOwner,
- TColor defaultcolor);
- public: // ユーザー宣言
- void __fastcall setAllColor(TColor color[7]);
- void __fastcall getAllColor(TColor color[7]);
-
- __fastcall TForm7(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm7 *Form7;
- //---------------------------------------------------------------------------
- #endif
-